CompilationCacheParams

data class CompilationCacheParams(url: String, eager: Boolean?)

Per-script compilation cache parameters for Page.produceCompilationCache

Constructors

CompilationCacheParams
Link copied to clipboard
fun CompilationCacheParams(url: String, eager: Boolean? = null)

Properties

eager
Link copied to clipboard
val eager: Boolean? = null
A hint to the backend whether eager compilation is recommended.
url
Link copied to clipboard
val url: String
The URL of the script to produce a compilation cache entry for.

Sources

jvm source
Link copied to clipboard